home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 June / MacHome Magazine Demo Disc June 2001.iso / Stuff / Software / Audio / MacAmp™ 2.0.1 / Entheogen 1.1 / Third Party Plugins / WhiteCap 3.4! / (into Entheogen Plugins Folder) / WhiteCap Configs / Blue for U < prev    next >
Encoding:
Text File  |  1999-11-14  |  659 b   |  65 lines  |  [TEXT/ttxt]

  1. /*
  2.  
  3. Blue for u
  4. by: David Padgham (padgham@iaa.com.au)
  5. Last modified:  06/11/99
  6.  
  7. Version 3 compatible
  8.  
  9. */
  10.  
  11. Resn=10,
  12.  
  13. Durn="5",
  14.  
  15. CamX="25 * cos( t / 7 )",
  16. CamY="50 * sin( t / 7 )",
  17. CamZ="30 + 13 * cos( t / 16 )",
  18.  
  19.  
  20. CmLX="0",
  21. CmLY="5",
  22. CmLZ="5",
  23.  
  24. CUpX="0",
  25. CUpY="0",
  26. CUpZ="1",
  27.  
  28. C0="dt^3",
  29.  
  30. D0="- .5 * s - c0",
  31.  
  32. R="clip(2*mag(s))+d0",
  33. G="clip(4*mag(s))+d0",
  34. B="clip(8*mag(s))+d0",
  35.  
  36.  
  37.  
  38. widt=400,heig=350,
  39.  
  40.  
  41. ConL=0,
  42. ConB=0,
  43. LWdt="1 + sqwv(1+dt)",
  44.  
  45.  
  46. Fall="1",
  47.  
  48. C1="sin(PI*dt)*50",
  49. C2="10*sin(PI*st/2)",
  50. C3="10*cos(PI*st/2)",
  51.  
  52. D1="c1*(0.3+0.7*mag(s))",
  53. D2="PI*(st+2*s)",
  54.  
  55. X="d1*cos(d2)+c2",
  56. Y="d1*sin(d2)+c3",
  57. Z="100*dt-50",
  58.  
  59.  
  60. Scal="620",
  61. ScSz=1,
  62.  
  63. Pers="150",
  64.  
  65. Vers=30